home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / dtype / animation4102.readme < prev    next >
Text File  |  1997-11-02  |  5KB  |  132 lines

  1. Short:    Animation.datatype V41.2
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5.  
  6. ----
  7.  
  8. This is the first official public version of animation.datatype V41.
  9.  
  10. ----
  11.  
  12. INTRODUCTION
  13.     animation.datatype is the datatypes base class for all animation
  14.     and movie subclasses. It is responsible for remapping, sound,
  15.     scronisation and misc. other things
  16.  
  17. FEATURES
  18.     - Supports now the full animation.datatype interface like defined
  19.       in include31:datatypes/animationclass.h:
  20.       - Supports palette-per-frame, e.g. each frame can have it's own
  21.         palette.
  22.  
  23.       - Dynamic timing. A frame can have a variable duration until
  24.         the next frame occurs.
  25.  
  26.     - Fully compatible to the original animation.datatype V40.7
  27.  
  28.     - Configurable througth a preferences file.
  29.  
  30.     - Includes a CPU blitter for planar screens. If enabled by the prefs
  31.       file, animation.datatype uses a CPU blitter instead of the OS
  32.       blitter.
  33.  
  34.     - CyberGFX compatible:
  35.       - Now animation.datatype V41 can handle non-planar bitmaps, e.g.
  36.         chunkypixel bitmaps, as input.
  37.         (Currently they cannot be remapped, the bitmaps are displayed
  38.         unchanged on the destination screen).
  39.  
  40.       - Supports HAM/EHB -> 24-bit remapping. (TEMPORARY DISABLED).
  41.  
  42.     - No skipping anymore. The aniation.datatype V41 introduces
  43.       a new feature called "adaptive frame rate selection". Instead
  44.       of skipping frames when they cannot be displayed in real-time,
  45.       the FPS rate is now adapted to fit (e.g. the maximum available
  46.       playback speed without skipping).
  47.  
  48.  
  49. REQUIREMENTS
  50.     - You need at least Kick/WB 3.0.
  51.  
  52.     - "realtime.library", >= V39              - for timing
  53.     - "gadgets/tapedeck.gadget" (any version) - for the controls
  54.  
  55.        You need "sound.datatype" >= V40 for sound support.
  56.  
  57. USAGE
  58.     Usage is very simply: If you  have loaded an animation, you can
  59.     control the animation using the tapedeck gadget at the bottom:
  60.     "<<" skips some frames back
  61.     ">"  starts playing
  62.     ">>" skips some frames forward.
  63.     The slider part can be used to move manually to a specific
  64.     postion in the animation/movie.
  65.  
  66.     Note that there is also a prefs-file where you can set various
  67.     options. See "preferences" section for details.
  68.  
  69. INSTALLATION
  70.     After unpacking this archive:
  71.     Because this version does not include an Installer script, you have
  72.     to do the installation manually through the shell:
  73.  
  74.       - Unpack this archive and copy the "animation.datatype" to
  75.         SYS:Classes/DataTypes/:
  76.  
  77.         Copy CLONE FROM "animation.datatype" TO
  78.         "SYS:Classes/DataTypes/animation.datatype"
  79.  
  80. AUTHOR
  81.     If you want to blame me, report any bugs, or wants a new version
  82.     send your letter to:
  83.                     Roland Mainz
  84.                     Hohenstaufenstraße 8
  85.                     52388 Nörvenich
  86.                     GERMANY
  87.  
  88.     Phone: (+49)(0)2426/901568
  89.     Fax:   (+49)(0)2426/901569
  90.  
  91.     EMAIL is also available (if you want to send me attachments
  92.     larger than 1MB (up to 5MB, more with my permission):
  93.  
  94.     GISBURN@w-specht.rhein-ruhr.de
  95.  
  96.     Up to December 1997 I'm reachable using this email address, too:
  97.     Reinhold.A.Mainz@KBV.DE
  98.  
  99.     | Please put your name and address in your mails !
  100.     | German mailers should add their phone numbers.
  101.     | See BUGS section above when submitting bug reports.
  102.  
  103.     Sorry, but I can only look once a week for mails.
  104.     If you don't hear something from me within three weeks, please
  105.     send your mail again (but watch about new releases) (problems with
  106.     this email port are caused by reconfigurations, hackers, network
  107.     problems etc.).
  108.  
  109.     The  entire  "animation.datatype"  package  may  be  noncommercially
  110.     redistributed, provided  that  the package  is always  distributed
  111.     in it's complete  form (including it's documentation). A small
  112.     copy fee  for media costs is okay but any kind of commercial
  113.     distribution is strictly forbidden without my permission !
  114.     Comments and suggestions how to improve this program are
  115.     generally appreciated!
  116.  
  117. ----
  118.  
  119. Bye,
  120. Roland
  121.  
  122.  
  123. ============================= Archive contents =============================
  124.  
  125. Original  Packed Ratio    Date     Time    Name
  126. -------- ------- ----- --------- --------  -------------
  127.    22948   12847 44.0% 25-Sep-97 01:49:50 +animation.datatype
  128.    49378   14639 70.3% 25-Sep-97 01:52:18 +animation.datatype.doc
  129.      835     394 52.8% 28-May-97 22:04:36 +animation.datatype.info
  130. -------- ------- ----- --------- --------
  131.    73161   27880 61.8% 30-Sep-97 16:52:38   3 files
  132.